Alberto Garcia [Mon, 4 Apr 2022 10:58:57 +0000 (11:58 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 4 Apr 2022 10:58:57 +0000 (11:58 +0100)]
webkit2gtk (2.36.0-3) unstable; urgency=medium
* debian/rules:
- Build with -Os, -g0 and ggc-min-expand=10 in mips / mipsel in order
to lower the memory requirements and revert the changes from
2.36.0-2 (thanks, Adrian Bunk).